Blitz (28/144)

From:David McMinn
Date:11 May 2001 at 18:26:34
Subject:Re: Menus

Hi Daniel

> I have a question about Menus. Why when I choose one options from my
> GTMenu it is repeat all the time stoping the program? Which comand I
> should use to reset MenuItem?

Not here they don't. What code do you use and what size is your
gtmenu.obj?

Normally this works:

while ev.l<>#IDCMP_CLOSEWINDOW
ev.l=WaitEvent
select ev
case #IDCMP_MENUPICK
nprint "you picked menu: ",MenuHit
end select
wend



|) /\ \/ ][ |) |\/| c |\/| ][ |\| |\| | dave@blitz-2000.co.uk
http://members.nbci.com/david_mcminn | ICQ=16827694
An organization is like a tree full of monkeys, all on different limbs
at different levels. Some monkeys are climbing up, some down.
The monkeys on top look down and see a tree full of smiling faces.
The monkeys on the bottom look up and see nothing but assholes.

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie